Html Css Color HEX #CB3B26 Persian Red

📋 copy color: '#CB3B26'

red 203 ◦ green 59 ◦ blue 38

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

Shades of Persian Red #CB3B26

Tints of Persian Red #CB3B26

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.67%

 BLUE value IS 38 (15.23% from 255) = 12.67%

R = 67.67%
G = 19.67%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CB3B26 (or 0xCB3B26) is known color: Persian Red. HEX triplet: CB, 3B and 26. RGB value is (203,59,38). Sum of RGB (Red+Green+Blue) = 203+59+38=300 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.67% from 300); Green value is 59 (23.44% from 255 or 19.67% from 300); Blue value is 38 (15.23% from 255 or 12.67% from 300); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3B26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3B26 is #34C4D9. Grayscale: #636363. Windows color (decimal): -3458266 or 2505675. OLE color: 2505675.

HSL color Cylindrical-coordinate representation of color #CB3B26: hue angle of 7.64º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB3B26 is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 59 38 -
CMYK 0 0.71 0.81 0.20
HSL 7.64º 0.68% 0.47% -
HSV(B) 7.64º 0.81% 0.8% -
XYZ 26.54 15.96 3.52 -
YUV 99.66 93.21 201.71 -
System Red Green Blue C M Y K H S L
Decimal 203 59 38 0 0.71 0.81 0.20 7.64 0.68 0.47
Hex CB 3B 26 0 47 51 14 8 44 2F
Octal 313 73 46 0 107 121 24 10 104 57
Binary 11001011 111011 100110 0 1000111 1010001 10100 1000 1000100 101111

Color Harmonies of #CB3B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3B26

Black with #CB3B26

Text Example


Text Example

White with #CB3B26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3B26; }

 p { color: rgb(203,59,38); }

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

background-color css

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

 a { background-color: rgb(203,59,38); }

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

border-color css

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

 span { border-color: rgb(203,59,38); }

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