Html Css Color HEX #CB3F2F Persian Red

📋 copy color: '#CB3F2F'

red 203 ◦ green 63 ◦ blue 47

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

Shades of Persian Red #CB3F2F

Tints of Persian Red #CB3F2F

RGB

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

 GREEN value IS 63 (25% from 255) = 20.13%

 BLUE value IS 47 (18.75% from 255) = 15.02%

R = 64.86%
G = 20.13%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#CB3F2F (or 0xCB3F2F) is known color: Persian Red. HEX triplet: CB, 3F and 2F. RGB value is (203,63,47). Sum of RGB (Red+Green+Blue) = 203+63+47=313 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.86% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 47 (18.75% from 255 or 15.02% from 313); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3F2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3F2F is #34C0D0. Grayscale: #676767. Windows color (decimal): -3457233 or 3096523. OLE color: 3096523.

HSL color Cylindrical-coordinate representation of color #CB3F2F: hue angle of 6.15º degrees, saturation: 0.62, 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 #CB3F2F is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 63 47 -
CMYK 0 0.69 0.77 0.20
HSL 6.15º 0.62% 0.49% -
HSV(B) 6.15º 0.77% 0.8% -
XYZ 26.92 16.46 4.45 -
YUV 103.04 96.38 199.3 -
System Red Green Blue C M Y K H S L
Decimal 203 63 47 0 0.69 0.77 0.20 6.15 0.62 0.49
Hex CB 3F 2F 0 45 4D 14 6 3E 31
Octal 313 77 57 0 105 115 24 6 76 61
Binary 11001011 111111 101111 0 1000101 1001101 10100 110 111110 110001

Color Harmonies of #CB3F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3F2F

Black with #CB3F2F

Text Example


Text Example

White with #CB3F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3F2F; }

 p { color: rgb(203,63,47); }

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

background-color css

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

 a { background-color: rgb(203,63,47); }

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

border-color css

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

 span { border-color: rgb(203,63,47); }

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