Html Css Color HEX #CB342E Persian Red

📋 copy color: '#CB342E'

red 203 ◦ green 52 ◦ blue 46

#CB342E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Red #CB342E

Tints of Persian Red #CB342E

RGB

 RED value IS 203 (79.69% from 255) = 67.44%

 GREEN value IS 52 (20.7% from 255) = 17.28%

 BLUE value IS 46 (18.36% from 255) = 15.28%

R = 67.44%
G = 17.28%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CB342E (or 0xCB342E) is known color: Persian Red. HEX triplet: CB, 34 and 2E. RGB value is (203,52,46). Sum of RGB (Red+Green+Blue) = 203+52+46=301 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.44% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 46 (18.36% from 255 or 15.28% from 301); Max value from RGB is 203 - color contains mainly: red. Hex color #CB342E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB342E is #34CBD1. Grayscale: #606060. Windows color (decimal): -3460050 or 3028171. OLE color: 3028171.

HSL color Cylindrical-coordinate representation of color #CB342E: hue angle of 2.29º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB342E is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 52 46 -
CMYK 0 0.74 0.77 0.20
HSL 2.29º 0.63% 0.49% -
HSV(B) 2.29º 0.77% 0.8% -
XYZ 26.35 15.35 4.16 -
YUV 96.47 99.53 203.99 -
System Red Green Blue C M Y K H S L
Decimal 203 52 46 0 0.74 0.77 0.20 2.29 0.63 0.49
Hex CB 34 2E 0 4A 4D 14 2 3F 31
Octal 313 64 56 0 112 115 24 2 77 61
Binary 11001011 110100 101110 0 1001010 1001101 10100 10 111111 110001

Color Harmonies of #CB342E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB342E

Black with #CB342E

Text Example


Text Example

White with #CB342E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB342E; }

 p { color: rgb(203,52,46); }

 H1.HeaderClassName
 {
   color: #CB342E;
 }
 .AnyTagClassName
 {
   color: #CB342E;
 }
</style>

background-color css

<style>
 a { background-color: #CB342E; }

 a { background-color: rgb(203,52,46); }

 div.DivClassName
 {
   background-color: #CB342E;
 }
 .BgClassName
 {
   background-color: #CB342E;
 }
</style>

border-color css

<style>
 span { border-color: #CB342E; }

 span { border-color: rgb(203,52,46); }

 td.TdClassName
 {
   border-color: #CB342E;
 }
 .TagClassName
 {
   border-color: #CB342E;
 }
</style>