Html Css Color HEX #CB3F34 Persian Red

📋 copy color: '#CB3F34'

red 203 ◦ green 63 ◦ blue 52

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

Shades of Persian Red #CB3F34

Tints of Persian Red #CB3F34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.35%

R = 63.84%
G = 19.81%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CB3F34 (or 0xCB3F34) is known color: Persian Red. HEX triplet: CB, 3F and 34. RGB value is (203,63,52). Sum of RGB (Red+Green+Blue) = 203+63+52=318 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.84% from 318); Green value is 63 (25% from 255 or 19.81% from 318); Blue value is 52 (20.70% from 255 or 16.35% from 318); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3F34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3F34 is #34C0CB. Grayscale: #676767. Windows color (decimal): -3457228 or 3424203. OLE color: 3424203.

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

Color convert

RGB 203 63 52 -
CMYK 0 0.69 0.74 0.20
HSL 4.37º 0.59% 0.5% -
HSV(B) 4.37º 0.74% 0.8% -
XYZ 27.03 16.5 5.01 -
YUV 103.61 98.88 198.89 -
System Red Green Blue C M Y K H S L
Decimal 203 63 52 0 0.69 0.74 0.20 4.37 0.59 0.5
Hex CB 3F 34 0 45 4A 14 4 3B 32
Octal 313 77 64 0 105 112 24 4 73 62
Binary 11001011 111111 110100 0 1000101 1001010 10100 100 111011 110010

Color Harmonies of #CB3F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3F34

Black with #CB3F34

Text Example


Text Example

White with #CB3F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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