Html Css Color HEX #CB3D34 Persian Red

📋 copy color: '#CB3D34'

red 203 ◦ green 61 ◦ blue 52

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

Shades of Persian Red #CB3D34

Tints of Persian Red #CB3D34

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.3%

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

R = 64.24%
G = 19.3%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#CB3D34 (or 0xCB3D34) is known color: Persian Red. HEX triplet: CB, 3D and 34. RGB value is (203,61,52). Sum of RGB (Red+Green+Blue) = 203+61+52=316 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.24% from 316); Green value is 61 (24.22% from 255 or 19.30% from 316); Blue value is 52 (20.70% from 255 or 16.46% from 316); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3D34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3D34 is #34C2CB. Grayscale: #666666. Windows color (decimal): -3457740 or 3423691. OLE color: 3423691.

HSL color Cylindrical-coordinate representation of color #CB3D34: hue angle of 3.58º 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 #CB3D34 is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 61 52 -
CMYK 0 0.70 0.74 0.20
HSL 3.58º 0.59% 0.5% -
HSV(B) 3.58º 0.74% 0.8% -
XYZ 26.92 16.28 4.97 -
YUV 102.43 99.54 199.73 -
System Red Green Blue C M Y K H S L
Decimal 203 61 52 0 0.70 0.74 0.20 3.58 0.59 0.5
Hex CB 3D 34 0 46 4A 14 4 3B 32
Octal 313 75 64 0 106 112 24 4 73 62
Binary 11001011 111101 110100 0 1000110 1001010 10100 100 111011 110010

Color Harmonies of #CB3D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3D34

Black with #CB3D34

Text Example


Text Example

White with #CB3D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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