Html Css Color HEX #CB3A2B Persian Red

📋 copy color: '#CB3A2B'

red 203 ◦ green 58 ◦ blue 43

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

Shades of Persian Red #CB3A2B

Tints of Persian Red #CB3A2B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.08%

 BLUE value IS 43 (17.19% from 255) = 14.14%

R = 66.78%
G = 19.08%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CB3A2B (or 0xCB3A2B) is known color: Persian Red. HEX triplet: CB, 3A and 2B. RGB value is (203,58,43). Sum of RGB (Red+Green+Blue) = 203+58+43=304 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.78% from 304); Green value is 58 (23.05% from 255 or 19.08% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3A2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3A2B is #34C5D4. Grayscale: #636363. Windows color (decimal): -3458517 or 2833099. OLE color: 2833099.

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

Color convert

RGB 203 58 43 -
CMYK 0 0.71 0.79 0.20
HSL 5.63º 0.65% 0.48% -
HSV(B) 5.63º 0.79% 0.8% -
XYZ 26.58 15.9 3.95 -
YUV 99.65 96.04 201.72 -
System Red Green Blue C M Y K H S L
Decimal 203 58 43 0 0.71 0.79 0.20 5.63 0.65 0.48
Hex CB 3A 2B 0 47 4F 14 6 41 30
Octal 313 72 53 0 107 117 24 6 101 60
Binary 11001011 111010 101011 0 1000111 1001111 10100 110 1000001 110000

Color Harmonies of #CB3A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3A2B

Black with #CB3A2B

Text Example


Text Example

White with #CB3A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3A2B; }

 p { color: rgb(203,58,43); }

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

background-color css

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

 a { background-color: rgb(203,58,43); }

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

border-color css

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

 span { border-color: rgb(203,58,43); }

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