Html Css Color HEX #CF2235 Cardinal

📋 copy color: '#CF2235'

red 207 ◦ green 34 ◦ blue 53

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

Shades of Cardinal #CF2235

Tints of Cardinal #CF2235

RGB

 RED value IS 207 (81.25% from 255) = 70.41%

 GREEN value IS 34 (13.67% from 255) = 11.56%

 BLUE value IS 53 (21.09% from 255) = 18.03%

R = 70.41%
G = 11.56%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CF2235 (or 0xCF2235) is known color: Cardinal. HEX triplet: CF, 22 and 35. RGB value is (207,34,53). Sum of RGB (Red+Green+Blue) = 207+34+53=294 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.41% from 294); Green value is 34 (13.67% from 255 or 11.56% from 294); Blue value is 53 (21.09% from 255 or 18.03% from 294); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2235 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2235 is #30DDCA. Grayscale: #575757. Windows color (decimal): -3202507 or 3482319. OLE color: 3482319.

HSL color Cylindrical-coordinate representation of color #CF2235: hue angle of 353.41º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF2235 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 34 53 -
CMYK 0 0.84 0.74 0.19
HSL 353.41º 0.72% 0.47% -
HSV(B) 353.41º 0.84% 0.81% -
XYZ 26.95 14.67 4.78 -
YUV 87.89 108.31 212.96 -
System Red Green Blue C M Y K H S L
Decimal 207 34 53 0 0.84 0.74 0.19 353.41 0.72 0.47
Hex CF 22 35 0 54 4A 13 161 48 2F
Octal 317 42 65 0 124 112 23 541 110 57
Binary 11001111 100010 110101 0 1010100 1001010 10011 101100001 1001000 101111

Color Harmonies of #CF2235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2235

Black with #CF2235

Text Example


Text Example

White with #CF2235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2235; }

 p { color: rgb(207,34,53); }

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

background-color css

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

 a { background-color: rgb(207,34,53); }

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

border-color css

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

 span { border-color: rgb(207,34,53); }

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