Html Css Color HEX #CF2035 Cardinal

📋 copy color: '#CF2035'

red 207 ◦ green 32 ◦ blue 53

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

Shades of Cardinal #CF2035

Tints of Cardinal #CF2035

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.96%

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

R = 70.89%
G = 10.96%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#CF2035 (or 0xCF2035) is known color: Cardinal. HEX triplet: CF, 20 and 35. RGB value is (207,32,53). Sum of RGB (Red+Green+Blue) = 207+32+53=292 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.89% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 53 (21.09% from 255 or 18.15% from 292); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2035 is #30DFCA. Grayscale: #565656. Windows color (decimal): -3203019 or 3481807. OLE color: 3481807.

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

Color convert

RGB 207 32 53 -
CMYK 0 0.85 0.74 0.19
HSL 352.8º 0.73% 0.47% -
HSV(B) 352.8º 0.85% 0.81% -
XYZ 26.89 14.56 4.76 -
YUV 86.72 108.98 213.79 -
System Red Green Blue C M Y K H S L
Decimal 207 32 53 0 0.85 0.74 0.19 352.8 0.73 0.47
Hex CF 20 35 0 55 4A 13 161 49 2F
Octal 317 40 65 0 125 112 23 541 111 57
Binary 11001111 100000 110101 0 1010101 1001010 10011 101100001 1001001 101111

Color Harmonies of #CF2035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2035

Black with #CF2035

Text Example


Text Example

White with #CF2035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2035; }

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

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

background-color css

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

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

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

border-color css

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

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

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